home *** CD-ROM | disk | FTP | other *** search
/ Startware 8 / startware 8.iso / data / Software / Internet / Explorer4 / PWSSETUP.CAB / Advedg.htr < prev    next >
Encoding:
Text File  |  1996-10-18  |  1.6 KB  |  33 lines

  1. <html>
  2. <%!PosGrantIpAccess urlparam%>
  3. <title>Amministrazione servizi Internet - Accesso consentito</title>
  4. <body bgcolor="#FFFFFF" BACKGROUND="/htmla/spec1.gif" LINK=#802020 VLINK=#802020>
  5.  
  6. <!-- Header -->
  7. <TABLE BORDER=0>
  8. <TR VALIGN=CENTER>
  9. <TD>
  10. <A HREF="/htmla/htmla.htm">
  11. <IMG SRC="/htmla/iis_t.gif" ALT="Microsoft Peer Web Services" ALIGN=BOTTOM BORDER=0></A></TD>
  12. <TD><FONT SIZE=+2 COLOR=#802020>
  13. <B><%if servid EQ 4%>Amministrazione WWW<%elif servid EQ 1%>Amministrazione FTP<%elif servid EQ 2%>Amministrazione gopher<%endif%> - Consenti accesso</B></FONT><BR>
  14. <FONT SIZE=+1 COLOR=#802020>Amministrazione di <%servname%>://<%hostname%></FONT>
  15. </TD></TR>
  16. </TABLE>
  17. <HR>
  18. <P>
  19.  
  20. <%if servid EQ 4%>Accesso WWW consentito a:<%elif servid EQ 1%>Accesso FTP consentito a:<%elif servid EQ 2%>Accesso Gopher consentito a:<%endif%>
  21. <P>
  22.  
  23. <form method="POST" action="/HtmlaScripts/htmla.dll?<%servname%>/advedgu+<%ipgrantref%>">
  24. <input type="radio" name="grantisipsingle" value=1 <%if grantisipsingle EQ 1%>CHECKED<%endif%>> Computer singolo<p>
  25. <input type="radio" name="grantisipsingle" value=0 <%if grantisipsingle EQ 0%>CHECKED<%endif%>> Gruppo di computer<p>
  26. IP Address : <input type="text" name="grantipaddr" value="<%grantipaddr%>"><p>
  27. ╚ necessaria una subnet mask solo quando si permette l'accesso a un gruppo di computer<p>
  28. Subnet Mask: <input type="text" name="grantipmask" value="<%if grantisipsingle EQ 0%><%grantipmask%><%endif%>"><p>
  29. <input type="submit" value="OK"> <input type="reset" value="Reimposta">
  30. <input type="submit" name="cancel" value="Annulla">
  31. </form>
  32. </html>
  33.